home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / Methodist / Methodist.app / English.lproj / Methodist.nib / data.classes next >
Text File  |  1993-11-28  |  563b  |  39 lines

  1. MethodWindow = {
  2.     ACTIONS = {
  3.     openToMethod:;
  4.     updateFileDirectory:;
  5.     parseForMethods:;
  6.     windowWillClose:;
  7.     fileSelected:;
  8.     };
  9.     OUTLETS = {
  10.     nameField;
  11.     window;
  12.     fileList;
  13.     methodBrowser;
  14.     shortMethodList;
  15.     fileBrowser;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. MethodistController = {
  20.     ACTIONS = {
  21.     openMethodWindow:;
  22.     openInfoPanel:;
  23.     appDidInit:;
  24.     newMethodWindow:;
  25.     checkForFileChanges:;
  26.     };
  27.     OUTLETS = {
  28.     infoPanel;
  29.     timer;
  30.     newMethodWindow;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. FirstResponder = {
  35.     ACTIONS = {
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39.